home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / compress / tar321__.zip / SOURCES.ZIP / ROLL.H < prev    next >
C/C++ Source or Header  |  1980-07-24  |  312b  |  16 lines

  1. /* roll.h - this is the part of the Tar program */
  2.  
  3. #ifdef MSDOS
  4. #    define __ARGS__(x) x
  5. #endif
  6.  
  7. #ifndef __ARGS__
  8. #    define __ARGS__(x) ()
  9. #endif
  10.  
  11. int    newroll    __ARGS__ ((char *));
  12. int    rewroll    __ARGS__ ((int));
  13. void    delroll    __ARGS__ ((void));
  14. int    rputc    __ARGS__ ((int));
  15. int    rgetc    __ARGS__ ((void));
  16.